QuickOPC User's Guide and Reference
Sequence data type
Extensions > Integrated Extensions > OPC UA Complex Data Extension > Generic data and data types > Working with data types > Data type kinds > Sequence data type

The sequence data type is a data type that represents a countable number of ordered values. It is represented by an instance of the SequenceDataType Class.

The ElementDataType Property contains the data type of the elements of the sequence.

The Length Property determines how many elements the sequence has. It is equals to -1 when the length is unknown (e.g. dynamic).

 

See Also

Recommended